pascal OSStatus DrawThemeMenuSeparator (const Rect *inItemRect);
inItemRect
A pointer to a structure of type
Rect
. Before calling
DrawThemeMenuSeparator
, set the rectangle to contain the menu item separator to be drawn, in global coordinates. The rectangle should be the same height as the height returned by the function
GetThemeMenuSeparatorHeight
.